home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000034_icon-group-sender _Wed Sep 16 12:36:40 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) with SMTP id MAA02205
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Wed, 16 Sep 1998 12:36:35 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA05188; Wed, 16 Sep 1998 12:36:06 -0700
  7. X-Authentication-Warning: pluto.mscc.huji.ac.il: mslamm owned process doing -bs
  8. Date: Wed, 16 Sep 1998 20:06:17 +0200 (IST)
  9. From: Ehud Lamm <mslamm@mscc.huji.ac.il>
  10. To: MJE <evans@gte.net>
  11. Cc: icon-group@optima.CS.Arizona.EDU
  12. Subject: Re: Context Switching
  13. In-Reply-To: <35FF1A94.66F1@gte.net>
  14. Message-Id: <Pine.A41.3.96-heb-2.07.980916195741.86636A-100000@pluto.mscc.huji.ac.il>
  15. Mime-Version: 1.0
  16. Content-Type: TEXT/PLAIN; charset=US-ASCII
  17. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  18. Status: RO
  19.  
  20. On Tue, 15 Sep 1998, MJE wrote:
  21.  
  22. > The idea of "fooling" the Icon executable, and doing soin a way that is
  23. > non-portable, assembler-based, and buggy, and that will break with every
  24. > vendor's compiler release, is what I dislike.
  25.  
  26. With this I must agree. Compling for a VM is nice, because it alows you to
  27. abstract the behaviour implicit in the language. However the
  28. implimentation of the compiler, VM or any other component should be
  29. implimented in a clean a way as possible. If you code it in C make it good
  30. solid portable C. 
  31.  
  32. Moreover, if Icon provides mechanisms which transcend the expressive power
  33. of C, it is yet to be shown. Co-Expressions can be simulated with static
  34. varibales -even though it may be hard in the recursive case. If Icon needs
  35. a thread package - let's demand it of the underlying OS. If it requires
  36. something weacker - let's decide what and demand that from the OS or
  37. implimenation langauge (i.e. C).
  38.  
  39. Ehud Lamm     mslamm@pluto.mscc.huji.ac.il
  40.   
  41.  
  42.